hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
DebugWidgetRenderer
hip
gui
widget
Undocumented in source.
class
DebugWidgetRenderer :
IWidgetRenderer
{
import
hip
.
api
.
graphics
.
color
;
;
import
hip
.
math
.
random
;
;
HipColor
color
;
this
();
this
(HipColor color);
void
render
(int x, int y, int width, int height);
}
Constructors
this
this
()
Undocumented in source.
this
this
(HipColor color)
Undocumented in source.
Members
Functions
render
void
render
(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
color
HipColor
color
;
Undocumented in source.
Inherited Members
From IWidgetRenderer
render
void
render
(int x, int y, int width, int height)
Undocumented in source.
Meta
Source
See Implementation
hip
gui
widget
classes
DebugWidgetRenderer
Widget
interfaces
IWidgetRenderer